- 01. The Command Line
- 02. Intro to the Shell
- 03. Windows: Installing Git Bash
- 04. Opening a terminal
- 05. Your first command (echo)
- 06. Navigating directories (ls, cd, ..)
- 07. Current working directory (pwd)
- 08. Parameters and options (ls -l)
- 09. Organizing your files (mkdir, mv)
- 10. Downloading (curl)
- 11. Viewing files (cat, less)
- 12. Removing things (rm, rmdir)
- 13. Searching and pipes (grep, wc)
- 14. Shell and environment variables
- 15. Startup files (.bash_profile)
- 16. Controlling the shell prompt ($PS1)
- 17. Aliases
- 18. Keep learning!